`GET /v1/me/webhooks` — the caller's active webhook subscriptions.
GET
`GET /v1/me/webhooks` — the caller's active webhook subscriptions.
Authorizations
Session JWT issued by POST /v1/auth/telegram (Telegram Login Widget) or POST /v1/auth/magic/consume. Send as Authorization: Bearer <jwt>.
Response
Active webhook subscriptions
"generic" | "discord" | "slack". Auto-detected from the URL on
create when omitted; overridable via PATCH. Decides how alerts render
(Discord embed / Slack attachment / generic signed JSON).
`GET /v1/me/webhooks` — the caller's active webhook subscriptions.